projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8381614
)
message format spec fixes (commit # 7)
author
Deepak Goel
<deego@gnufans.org>
Sun, 18 Sep 2005 12:38:39 +0000
(12:38 +0000)
committer
Deepak Goel
<deego@gnufans.org>
Sun, 18 Sep 2005 12:38:39 +0000
(12:38 +0000)
lisp/eshell/esh-proc.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-proc.el
b/lisp/eshell/esh-proc.el
index 82a0968ae3d13637d0e728cbecae8ee9ed5ba9c7..e952ff976f0314da657cc33c6ee6d830981e4972 100644
(file)
--- a/
lisp/eshell/esh-proc.el
+++ b/
lisp/eshell/esh-proc.el
@@
-225,8
+225,8
@@
The prompt will be set to PROMPT."
(if (and (eshell-processp (car entry))
(nth 2 entry)
eshell-done-messages-in-minibuffer)
- (message
(format "[%s]+ Done %s" (process-name (car entry)
)
- (process-command (car entry)))))
+ (message
"[%s]+ Done %s" (process-name (car entry
)
+
(process-command (car entry)))))
(setq eshell-process-list
(delq entry eshell-process-list)))